﻿@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0 auto;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: none;
    vertical-align: middle;
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    outline: none
}

input[type="file"] {
    cursor: pointer;
    transition: all 0.3s;
}

/*input#error_input{background-color:#fbe2e2;border-color:#c66161;color:#c00;transition: all 0.5s;}*/
body {
    background-color: #fff;
}

body,
input,
select,
option {
    font-family: 'microsoft yahei';
}

::-webkit-input-placeholder {
    color: #b2b2b2;
}

.top {
    width: 100vw;
    height: 100px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #171b38;
}

.top-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.top-content .logo {
    width: 350px;
    height: 70px;
    display: flex;
    align-items: center;
}

.top-content .top-r {
    flex: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-content .top-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-content .top-menu .menu-item {
    min-width: 100px;
    line-height: 100px;
    padding: 0 20px 0 20px;
    text-align: center;
    font-weight: 600;
}

.top-content .top-menu a {
    color: #00a9ec;
}

.top-content .top-menu a:hover {
    background-color: #00a9ec;
    color: #fff !important;
}



.logo img {
    width: 290px;
    height: 65px;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 550px !important;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    width: 100vw;
    height: 140px;
    line-height: 30px;
    font-size: 14px;
    background-color: #171b38;
    color: #fff;
}

.footer-b {
    width: 100vw;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #00041f;
}

.footer-b a {
    color: #fff;
}

.footer-content {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer img {
    width: 20px;
    height: 20px;
}

.footer-l {
    width: 120px;
    font-size: 26px;
}

.footer-r {
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
}

.barcode {
    width: 100vw;
    height: 290px;
    background: url("../images/barcode-bg.jpg");
}

.barcode-content {
    width: 1200px;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.barcode-content img {
    width: 190px;
    height: 190px;
}

.barcode-content .barcode-item {
    flex: 1;
    text-align: center;
}

.barcode-content .barcode-item p {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}

.barcode-content .barcode-text {
    width: 300px;
    height: 200px;
    font-size: 20px;
    color: #fff;
}

.banner {
    width: 100vw;
}

.banner-content {
    width: 1200px;
    height: 670px;
    display: flex;
    position: absolute;
    top: 20%;
    left: 30%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}


.banner-content a:hover {
    display: block;
    width: 160px;
    line-height: 50px;
    border-radius: 15px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.banner-content .btn {
    display: block;
    width: 160px;
    line-height: 50px;
    border-radius: 15px;
    text-align: center;
    background-color: #37af33;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #37af33;
}

.banner-content .btn2 {
    display: block;
    width: 160px;
    line-height: 50px;
    border-radius: 15px;
    text-align: center;
    background-color: #07a8f0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #07a8f0;
    box-sizing: border-box;
    margin-left: 20px;
}

.act-bg {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.act-line {
    display: none;
}

.act-bg .mobile-title {
    display: none;
}

.act-bg h1 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-top: 50px;
}

.act-bg h2 {
    font-size: 24px;
    font-weight: 600;
    color: #07a8f0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.act-bg h3 {
    font-size: 10px;
    color: #bbb;
    margin-top: 5px;
}

.act-bg .act-content {
    display: flex;
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    margin-top: 30px;
    background: url("../images/act-bg.jpg") no-repeat;
}

.act-content .act-content-l {
    width: 380px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.act-content .act-content-l img {
    width: 246px;
    height: 206px;
}

.act-content .act-content-r {
    flex: 1;
    padding: 20px 150px 20px 40px;
}

.act-content .act-content-r p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.sign-up {
    width: 100vw;
    height: 920px;
    background: url("../images/sign-bg-l.jpg") no-repeat;
    background-size: auto auto;
    background-color: #f1f2f6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sign-up-title {
    width: 540px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    background-color: #171b38;
    text-align: center;
    box-shadow: 5px 5px 0 0 rgb(62, 186, 220);
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sign-up-bg {
    position: absolute;
    width: 520px;
    height: 950px;
    top: 30px;
    right: 0;
    background: url("../images/sign-bg-r.jpg") no-repeat;
}

.sign-up .sign-up-content {
    width: 1200px;
    height: 950px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.sign-up-content img {
    width: 500px;
    height: auto;
    margin-top: 60px;
}

.sign-fm {
    width: 540px;
    height: 680px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 50px;
    box-sizing: border-box;
    text-align: left;
}

.sign-fm .fm-title {
    font-size: 24px;
}

.sign-fm .yzm {
    width: 100px !important;
}

.yzm-btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #1580e8;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20px;
}

.sign-fm .fm-row {
    display: flex;
    height: 80px;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.sign-fm label {
    color: #f00;
    margin-left: 5px;
    margin-right: 5px;
}

.sign-fm input {
    width: 300px;
    line-height: 35px;
    margin-left: 20px;
    font-size: 18px;
    border: 0;
}

.sign-fm p {
    font-size: 16px;
    line-height: 30px;
    padding: 40px;
    text-align: center;
}

.sign-fm .fm-btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #1580e8;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.act-highlight {
    width: 100vw;
    height: 1000px;
}

.act-highlight .act-highlight-content {
    width: 1200px;
    height: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.act-highlight .act-highlight-content .act-highlight-item {
    width: 330px;
    height: 420px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.act-highlight-title {
    display: flex;
    margin-top: 40px;
    margin-bottom: 50px;
}

.act-highlight-title-bg {
    flex: 1;
    background: url("../images/highlight-title-line.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.act-highlight-img {
    width: 200px;
}

.act-highlight-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #07a8f0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.act-highlight-item img {
    width: 330px;
    height: 260px;
    border-radius: 20px 20px 0px 0px;
}

.act-highlight-item h1 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}

.act-highlight-item p {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 15px 15px 15px;
    text-align: left;
}

.person {
    width: 100vw;
    height: 540px;
    background: url("../images/person-bg.jpg") no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: center;
}

.person-content {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(23, 27, 56, 0.9);
}

.person-content h1 {
    font-size: 32px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.person-desc {
    width: 950px;
    height: 290px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.person .person-content .person-item {
    width: 450px;
    height: 125px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
}

.person .person-content .person-item-l {
    flex: 1;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 10px;
    text-align: left;
}

.person .person-content .person-item-r {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: 24px;
    margin-right: 20px;
    color: #030945;
    background-color: #fff;
    font-size: 42px;
    border-radius: 50%;
}

.guest {
    width: 100vw;
    height: 1100px;
    background-color: #fafafa;
}

.margin-b-20 {
    margin-bottom: 20px !important;
}

.guest-tip {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.guest-content {
    width: 1200px;
    height: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.guest-item {
    width: 280px;
    height: 290px;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
}

.guest-item:hover {
    cursor: pointer;
}

.guest-item:not(:nth-child(4n)) {
    margin-right: 20px;
}

.guest-item img {
    width: 280px;
    height: 240px;
}

.guest-item h2 {
    font-size: 14px !important;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
}

.guest-item p {
    font-size: 14px !important;
    font-weight: 400;
    padding: 10px;
    line-height: 18px;
    color: #fff;
}

.dotted-line {
    width: 90%;
    height: 5px;
    margin: 0 auto;
    border-bottom: 1px dashed #fff;
}

/*.guest-item:hover .more {
    color: #656e73;
    opacity: 1;
}*/

.guest-item .more-btn {
    display: block;
    width: 150px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.guest-name {
    width: 280px;
    height: 56px;
    line-height: 56px;
    background-color: #1f3a93;
    color: #fff;
    font-size: 18px;
}

.guest-content h1 {
    font-size: 32px;
    color: #fff;
}

.next-btn {
    left: 1250px !important;
}

.prev-btn {
    left: -50px !important;
    right: 1200px !important;
}

.aboutus {
    width: 100vw;
    height: 640px;
    background-color: #fafafa;
}

.aboutus-content {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.aboutus-content-l {
    width: 390px;
    height: 520px;
    background-color: #272b44;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-content-r {
    flex: 1;
    height: 520px;
    border-radius: 0px 10px 10px 0px;
    background: url(../images/about-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
}

.swiper-slide2 {
    height: 1000px !important;
}

.exhibition {
    width: 100vw;
    height: 1000px;
    /*background-color: #221b48;*/
    background: url("../images/exhibition-bg.jpg?v=1") no-repeat;
    background-size: auto 100%;
}

.exhibition-content {
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.exhibition-content a {
    display: inline-block;
    box-sizing: border-box;
}

.exhibition-content a:hover {
    border: 2px solid #37af33;
}

.exhibition h1 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    padding-top: 30px;
    margin-bottom: 10px;
}

.exhibition-item {
    width: 380px;
    height: 260px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0px;
}

.exhibition-item img {
    width: 380px;
    height: 225px;
}

.exhibition-item p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.exhibition-item:not(:nth-child(3n)) {
    margin-right: 20px;
}


.swiper-slide3 {
    height: 875px !important;
    background-color: transparent;
}

.aboutus h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.aboutus h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #040044;
    font-weight: 600;
}

.aboutus h4 {
    font-size: 16px;
    color: #008000;
    margin-top: 70px;
    font-weight: 600;
}

.aboutus p {
    font-size: 16px;
    line-height: 35px;
}

.aboutus span {
    color: #008000;
    font-weight: 600;
}

.about-logo {
    width: 200px;
}

.float-menu {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 70px;
    height: 195px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.float-menu img {
    width: 50px;
    height: 50px;
    margin-top: 15px;
}

.float-menu p {
    font-size: 14px;
    color: #999;
}

.float-line {
    width: 60px;
    height: 15px;
    margin: 0 auto;
    border-bottom: 1px solid #999
}

.float-qr {
    position: fixed;
    display: none;
    right: 100px;
    bottom: 180px;
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.float-qr img {
    width: 180px;
    height: 180px;
}


.more-panel {
    width: 100%;
    height: 100%;
    background-color: #1c2039;
    padding: 20px;
    color: #fff;
    overflow: auto;
}

.more-panel-desc {
    height: 180px;
    background-color: #1c2039;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    color: #fff;
    overflow: auto;
}

.more-panel-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-panel-row-l {
    width: 160px;
    text-align: center;
}

.more-panel-row-r {
    flex: 1;
    padding-left: 5px;
}

.more-panel-desc::-webkit-scrollbar {
    width: 3px;
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-track {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-thumb {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-name {
    color: #fff;
    padding-top: 0px;
    font-size: 22px;
    font-weight: 600;
}

.more-panel-title-box {
    width: 100%;
    height: 130px;
    overflow: auto;
}

.more-panel-title-box::-webkit-scrollbar {
    width: 3px;
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-track {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-thumb {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title {
    color: #fff;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    font-size: 14px;
}

.more-panel-img {
    width: 140px;
    height: 160px;
    object-fit: cover;
}

.more-panel-desc p {
    color: #fff;
    padding: 10px;
    /*padding-bottom: 5px;*/
    font-size: 14px;

}

.layui-layer-setwin .layui-layer-close2 {
    right: 0px !important;
    top: 0px !important;
    background-position: -180px -31px !important;
}

.preview-act {
    width: 100vw;
    background-color: #fff;
    background-size: auto 100%;
}

.preview-act-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

    align-items: center;
    padding-bottom: 20px;
}

.preview-act-content .preview-act-item {
    width: calc(25% - 30px);
    /* 减去margin或padding的总和，确保不会溢出 */
    margin: 15px;
    /* 可根据需要调整 */
    line-height: 60px;
    border: 1px dashed #272b44;
    border-radius: 15px;
    text-align: center;
}

.preview-act-item {
    display: inline-block;
    box-sizing: border-box;
    color: #272b44;
    font-size: 22px;
}

.preview-act-item:hover {
    display: inline-block;
    box-sizing: border-box;
    background-color: #272b44;
    color: #fff;
    border-radius: 15px;
}